home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mxbutto.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MXBUTTON_H = 1;
- include("oops/r3button.js")
- include("oops/r3mxiltg.js")
-
-
- var R3CLID_MXBUTTON = 827;
-
-
-
-
- // Description: used for selecting item from the popup menu
-
- R3MXBTM_MENUSELECT = 827000;
-
- function mR3MXBTM_MENUSELECT() {
- DoA(this.r3obj, 827000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Mxbutton () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MXBUTTON, arguments);
- }
- // Methods
- this.MENUSELECT=mR3MXBTM_MENUSELECT;
-
- // Attributes
- }
-
- r3Mxbutton.prototype=new r3Button;
- // r3mxbutto.h_H